A B C D E F G H I J K L M N O P Q R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
E
- e - Variable in class edu.claflin.finder.algo.Prim.DistanceRecord
- e(List<Node>, List<Node>) - Method in class edu.claflin.finder.logic.communities.Communities
- Edge<D> - Class in edu.claflin.finder.logic
-
Represents an Edge in memory.
- Edge(Node, Node, D, boolean) - Constructor for class edu.claflin.finder.logic.Edge
-
Initializes the Edge object.
- EDGE_PRESERVATION - edu.claflin.finder.algo.ArgumentsBundle.COMMON_ARGS
- edge_scores - Variable in class edu.claflin.finder.algo.jungutils.BetweennessCentrality
- edge_type - Variable in class edu.claflin.finder.algo.jungutils.AbstractTypedGraph
-
The edge type for all edges in this graph.
- EDGE_WEIGHT_COMPARATOR - edu.claflin.finder.algo.ArgumentsBundle.COMMON_ARGS
- EdgeBetweennessClusterer<V,E> - Class in edu.claflin.finder.algo.jungutils
-
An algorithm for computing clusters (community structure) in graphs based on edge betweenness.
- EdgeBetweennessClusterer(int) - Constructor for class edu.claflin.finder.algo.jungutils.EdgeBetweennessClusterer
-
Constructs a new clusterer for the specified graph.
- EdgeComparator() - Constructor for class edu.claflin.finder.algo.DijkstraShortestPath.EdgeComparator
- edgeList - Variable in class edu.claflin.finder.logic.Graph
-
The list of edges added to the graph.
- edges - Variable in class edu.claflin.finder.algo.jungutils.UndirectedSparseGraph
- edges - Variable in class edu.claflin.finder.logic.cygrouper.CygrouperAssembler
- edges_removed - Variable in class edu.claflin.finder.algo.jungutils.EdgeBetweennessClusterer
- EdgeScorer<E,S> - Interface in edu.claflin.finder.algo.jungutils
-
An interface for algorithms that assign scores to edges.
- EdgeType - Enum in edu.claflin.finder.algo.jungutils
-
Defines the possible edge types for graphs which assign types to edges.
- EdgeType() - Constructor for enum edu.claflin.finder.algo.jungutils.EdgeType
- EdgeWeightComparator - Class in edu.claflin.finder.logic.comp
-
A simple edge weight comparator in which the edge data is considered a numeric value and used as the comparison benchmark.
- EdgeWeightComparator(boolean) - Constructor for class edu.claflin.finder.logic.comp.EdgeWeightComparator
-
Constructs an EdgeWeightComparator.
- edu.claflin.finder - package edu.claflin.finder
-
Subgraph Finder - Used to find and locate subgraphs within a network.
- edu.claflin.finder.algo - package edu.claflin.finder.algo
-
Contains the Algorithm code for finding bipartite subgraphs.
- edu.claflin.finder.algo.clustering - package edu.claflin.finder.algo.clustering
- edu.claflin.finder.algo.jungutils - package edu.claflin.finder.algo.jungutils
- edu.claflin.finder.io - package edu.claflin.finder.io
-
Contains the input/output code for reading and writing files.
- edu.claflin.finder.io.graph - package edu.claflin.finder.io.graph
-
Contains the specific graph formats supported by the SNBA program family.
- edu.claflin.finder.io.graph.sub - package edu.claflin.finder.io.graph.sub
-
Contains the general classes used to support extensibility of the IO classes.
- edu.claflin.finder.log - package edu.claflin.finder.log
-
Contains the classes used by the programming for logging to a file.
- edu.claflin.finder.logic - package edu.claflin.finder.logic
-
Contains the data structure and processing code-base.
- edu.claflin.finder.logic.communities - package edu.claflin.finder.logic.communities
- edu.claflin.finder.logic.communities.struct - package edu.claflin.finder.logic.communities.struct
- edu.claflin.finder.logic.communities.struct.fast_greedy_struct - package edu.claflin.finder.logic.communities.struct.fast_greedy_struct
- edu.claflin.finder.logic.communities.struct.walk_trap_struct - package edu.claflin.finder.logic.communities.struct.walk_trap_struct
- edu.claflin.finder.logic.comp - package edu.claflin.finder.logic.comp
-
Contains Comparator implementations for expansion ordering.
- edu.claflin.finder.logic.cond - package edu.claflin.finder.logic.cond
-
Contains Condition implementations for identifying subgraph types.
- edu.claflin.finder.logic.cygrouper - package edu.claflin.finder.logic.cygrouper
- edu.claflin.finder.logic.processor - package edu.claflin.finder.logic.processor
-
Contains classes related directly to processing.
- edu.claflin.finder.struct - package edu.claflin.finder.struct
- element() - Method in class edu.claflin.finder.algo.jungutils.MapBinaryHeap
- end() - Method in class edu.claflin.finder.algo.jungutils.CommonMatcher
- end() - Method in class edu.claflin.finder.algo.jungutils.JdkPattern.JdkMatcher
- enumList - Variable in class edu.claflin.finder.algo.ArgumentsBundle
-
The Mapping of String keywords to Notable Enum values.
- EPSILON - Static variable in class edu.claflin.finder.logic.communities.struct.fast_greedy_struct.HeapNodeFG
- EPSILON - Static variable in class edu.claflin.finder.logic.communities.struct.walk_trap_struct.HeapNodeWT
- equals(Object) - Method in class edu.claflin.finder.algo.clustering.Walktrap.MutualConnectionsRecord
- equals(Object) - Method in interface edu.claflin.finder.algo.jungutils.Function
- equals(Object) - Method in class edu.claflin.finder.algo.jungutils.Functions.ConstantFunction
- equals(Object) - Method in class edu.claflin.finder.algo.jungutils.Functions.ForMapWithDefault
- equals(Object) - Method in class edu.claflin.finder.algo.jungutils.Functions.FunctionComposition
- equals(Object) - Method in class edu.claflin.finder.algo.jungutils.Functions.FunctionForMapNoDefault
- equals(Object) - Method in class edu.claflin.finder.algo.jungutils.Functions.PredicateFunction
- equals(Object) - Method in class edu.claflin.finder.algo.jungutils.Functions.SupplierFunction
- equals(Object) - Method in class edu.claflin.finder.algo.jungutils.Pair
- equals(Object) - Method in interface edu.claflin.finder.algo.jungutils.Predicate
- equals(Object) - Method in class edu.claflin.finder.algo.jungutils.Predicates.AndPredicate
- equals(Object) - Method in class edu.claflin.finder.algo.jungutils.Predicates.CompositionPredicate
- equals(Object) - Method in class edu.claflin.finder.algo.jungutils.Predicates.ContainsPatternPredicate
- equals(Object) - Method in class edu.claflin.finder.algo.jungutils.Predicates.InPredicate
- equals(Object) - Method in class edu.claflin.finder.algo.jungutils.Predicates.InstanceOfPredicate
- equals(Object) - Method in class edu.claflin.finder.algo.jungutils.Predicates.IsEqualToPredicate
- equals(Object) - Method in class edu.claflin.finder.algo.jungutils.Predicates.NotPredicate
- equals(Object) - Method in class edu.claflin.finder.algo.jungutils.Predicates.OrPredicate
- equals(Object) - Method in class edu.claflin.finder.algo.jungutils.Predicates.SubtypeOfPredicate
- equals(Object) - Method in class edu.claflin.finder.algo.Prim.DistanceRecord
- equals(Object) - Method in class edu.claflin.finder.logic.communities.struct.fast_greedy_struct.HeapNodeFG
- equals(Object) - Method in class edu.claflin.finder.logic.communities.struct.fast_greedy_struct.IndexedHeapNode
- equals(Object) - Method in class edu.claflin.finder.logic.communities.struct.fast_greedy_struct.TreeNodeInfoFG
- equals(Object) - Method in class edu.claflin.finder.logic.communities.struct.TreeNode
- equals(Object) - Method in class edu.claflin.finder.logic.communities.struct.walk_trap_struct.HeapNodeWT
- equals(Object) - Method in class edu.claflin.finder.logic.Edge
- equals(Object) - Method in class edu.claflin.finder.logic.Node
- equalTo(T) - Static method in class edu.claflin.finder.algo.jungutils.Predicates
- error() - Static method in class edu.claflin.finder.Main
-
Used to process a fatal error.
- ERRR - edu.claflin.finder.log.LogType
All Classes All Packages